home *** CD-ROM | disk | FTP | other *** search
- // File: FormsStr.fr
- //
- // Contains: Common (Platform independent) resources for Forms part
- //
- // Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //----------------------------------------------------------------------------
- // Menus
- //----------------------------------------------------------------------------
-
- resource FW_RMenuBar(kMenuBar)
- {
- {
- FW_RPullDownMenu
- (
- "Forms"
- {
- FW_RTextItem(cResetFormsCommand, '1', "Reset Forms")
- }
- )
- }
- };
-